home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / dc25h-3.zip / DEMO2H.SUB < prev    next >
Text File  |  1990-01-31  |  2KB  |  42 lines

  1. ; DEMO2H.SUB
  2.  
  3. ; Begin Show Gears in rotating Pair Moving
  4.  
  5. TEXT_MODE
  6. ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
  7. ECHO │         DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER.          │
  8. ECHO └─────────────────────────────────────────────────────────────────────────────┘
  9. LOCATE 1 5
  10. ECHO     THIRD  ANIMATION:   this  demo  shows  that  you  can  combine  changes  in
  11. ECHO perspective  while parts are animated to give an impression of looking around a
  12. ECHO simulated mechanism in operation.
  13. LOCATE 1 9
  14. ECHO     This  animation  makes  200  frames,  so  you  will need some space on your
  15. ECHO harddisk for them to be stored, the requirements are:
  16. LOCATE 1 12
  17. ECHO * CGA board, needs 3.3M harddisk bytes free,
  18. ECHO * EGA board, needs 5.7M harddisk bytes free, and
  19. ECHO * Hercules (tm) card needs, harddisk 6.6M bytes free.
  20. LOCATE 1 16
  21. ECHO     The two gears will rotate,  along a line passing through their  centers  of
  22. ECHO rotation,  360  degrees  while  10  teeth mesh as they turn at their 2:1 ratio.
  23. ECHO You  can  film this with any single  frame  cine  camera  to view the animation
  24. ECHO at higher speeds.  Saving the images on cine film or stop motion VCR frees  you
  25. ECHO from  the  limits of your harddisk's storage space and lack of speed.  DANMOVIE
  26. ECHO v2.x can be used for tests if you save every tenth or hundredth frame to get  a
  27. ECHO quick idea of how the final result will look.  Press [Return] then [Control]  &
  28. ECHO [X] if you want to abort the demo.
  29.  
  30. LOCATE 5 25 ECHO Press [Return] to continue the demo. %%
  31.  
  32. WAIT
  33.  
  34. TEXT LOCATE 19 12 ECHO <WORKING: Animating the Compound Motion> %%
  35.  
  36. DELAY 1000 ; to give time to press ^X
  37.  
  38. ;END
  39.  
  40.  
  41.  
  42.